From 3c659cb9e144f0592a69688de3d6f52ddd202dec Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Thu, 11 Sep 2014 16:00:29 -0700 Subject: [PATCH] Fix `make dist` and distcheck breakage Fixes a regression from #559. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 86f0dbe14..5d3725bea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -137,7 +137,7 @@ distcheck-$(1): dist-$(1) --prefix=$$(TARGET_$(1))/distcheck/install --uninstall [ -f $$(TARGET_$(1))/distcheck/install/bin/cargo ] && exit 1 || exit 0 -$$(DISTDIR_$(1))/$$(PKG_NAME)-$(1).tar.gz: $$(PKGDIR_$(1))/lib/cargo/manifest.in +$$(DISTDIR_$(1))/$$(PKG_NAME)-$(1).tar.gz: prepare-manifest-$(1) tar -czvf $$@ -C $$(@D) $$(PKG_NAME)-$(1) ifeq (root user, $$(USER) $$(patsubst %,user,$$(SUDO_USER))) -- 2.30.2